Uses of Class
org.eclipse.vtp.framework.engine.IdentifierDescriptor

Packages that use IdentifierDescriptor
org.eclipse.vtp.framework.engine   
 

Uses of IdentifierDescriptor in org.eclipse.vtp.framework.engine
 

Methods in org.eclipse.vtp.framework.engine that return IdentifierDescriptor
 IdentifierDescriptor ServiceDescriptor.getIdentifier(int index)
          Returns the identifiers at the specified index.
 

Constructors in org.eclipse.vtp.framework.engine with parameters of type IdentifierDescriptor
ServiceDescriptor(java.lang.String id, java.lang.String name, java.lang.String scope, java.lang.Class type, IdentifierDescriptor[] identifiers)
          Creates a new ServiceDescriptor.